home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-19 | 8.4 KB | 251 lines | [TEXT/MPS ] |
- # This makefile was produced at 10:33:24 AM on Wed, Apr 5, 1995 by
- # MakeMake 2.0d38q1 (4/14/1992) by Rick Holzgrafe, scott douglass, Jeff Holcomb, MQ.
-
- Sources = :Sources:
- Objects = :Objects:
- Built = :Built:
-
- "{Objects}MrC:" ƒ "{Sources}"
-
- .a.o ƒ .a
- Echo "∂t∂tAssembling {Default}.a"
- {Asm} {DepDir}{Default}.a -o {Targ} -lo {Targ}.lst {StdADump} {AOptions} {StdAIncludes}
-
- .c.o ƒ .c
- Echo "∂t∂tCompiling {Default}.c"
- {C} {DepDir}{Default}.c -o {Targ} {StdCDump} {COptions} {StdCIncludes}
-
- .cp.o ƒ .cp
- Echo "∂t∂tCompiling {Default}.cp"
- {CPlus} {DepDir}{Default}.cp -o {Targ} {StdCPDump} {CPOptions} {StdCPIncludes}
-
- .p.o ƒ .p
- Echo "∂t∂tCompiling {Default}.p"
- {Pascal} {DepDir}{Default}.p -o {Targ} {StdPDump} {POptions} {StdPIncludes}
-
- TARGETS = "{Objects}MrC:ExampleLibrary.cl.o" ∂
- "{Objects}MrC:ExampleLibrary.o" ∂
- "{Objects}MrC:ExampleLibrarySymbols.cp.o" ∂
- "{Objects}MrC:ExampleLibrary.RSRC" ∂
- "{Built}MrC:ExampleLibraryPPC" ∂
- "{Objects}MrC:TestExampleClass.xcoff" ∂
- "{Objects}MrC:TestExampleClass.pef" ∂
- "{Built}MrC:TestExampleClassPPC"
-
- DOT_H = "{Sources}ExampleClass.h"
-
- DOT_R = "{Sources}ExampleLibrary.r" ∂
- "{Sources}TestExampleClass.PPC.r"
-
- SRCS = "{Sources}ExampleClass.cp" ∂
- "{Sources}ExampleLibrarySymbols.cp" ∂
- "{Sources}TestExampleClass.cp"
-
- # For "{Objects}MrC:ExampleLibrary.o"
- OBJS_01 = "{Objects}MrC:ExampleClass.cp.o"
-
- # For "{Objects}MrC:TestExampleClass.xcoff"
- OBJS_05 = "{Objects}MrC:TestExampleClass.cp.o"
-
- # For "{Objects}MrC:ExampleLibrary.o"
- LIBS_01 = "{Objects}MrC:ExampleLibrarySymbols.cp.o"
-
- # For "{Objects}MrC:ExampleLibrary.RSRC"
- LIBS_03 = "{Objects}MrC:ExampleLibrary.o" ∂
- "{SLMLibraries}MrCLibraries:LibraryManagerPPC.o"
-
- # For "{Objects}MrC:TestExampleClass.xcoff"
- LIBS_05 = "{Objects}MrC:ExampleLibrary.cl.o" ∂
- "{SLMLibraries}MrCLibraries:LibraryManagerPPC.o"
-
- # For "{Built}MrC:ExampleLibraryPPC"
- RES_04 = "{Sources}ExampleLibrary.r"
-
- # For "{Built}MrC:TestExampleClassPPC"
- RES_07 = "{Sources}TestExampleClass.PPC.r"
-
- # For "{Objects}MrC:ExampleLibrary.cl.o"
- EXDEPS_00 = "{Objects}MrC:ExampleLibrary.RSRC"
-
- # For "{Objects}MrC:ExampleLibrarySymbols.cp.o"
- EXDEPS_02 = "{Sources}ExampleLibrarySymbols.cp"
-
- # For "{Objects}MrC:ExampleLibrary.RSRC"
- EXDEPS_03 = "{Sources}ExampleLibrary.exp"
-
- # For "{Objects}MrC:TestExampleClass.pef"
- EXDEPS_06 = "{Objects}MrC:TestExampleClass.xcoff"
-
- # For "{Built}MrC:TestExampleClassPPC"
- EXDEPS_07 = "{Objects}MrC:TestExampleClass.pef"
-
- StdAIncludes = -i "{AIncludes}"
- StdCIncludes = -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
- StdCPIncludes = -i "{CIncludes}" -i "{SLMInterfaces}CIncludes:"
- StdPIncludes =
- StdADump =
- StdCDump =
- StdPDump =
- StdCPDump =
- LIB = PPCLink -sym on {SymbolOption} -xm library -dead off
- LINK = PPCLink {SymbolOption}
- REZ = Rez -d GENERATING68K=0 -d GENERATINGPOWERPC=1
- Asm = PPCAsm
- C = MrC
- CPlus = MrCpp
- COUNT = Count
- COUNTOPTS =
- CTAGS = Ctags
- CTAGSOPTS = -p -local -update
- DELETE = Delete
- DELETEOPTS = -i
- FILES = Files
- FILESOPTS = -l
- LIBOPTS =
- LINKOPTS =
- MAKEFILE = Makefile
- PRINT = Print
- PRINTOPTS =
- SETFILE = SetFile
- SETFILEOPTS = -t 'MPST' -c 'MPS '
-
- AOptions = {MyPreAOptions} -dialect power -define MRC=1 {MyAOptions}
-
- COptions = {MyPreCOptions} -opt off -y "{TempFolder}" -notonce {SymbolOption} {MyCOptions}
-
- ROptions = {MyPreROptions} {SymbolOption} {MyROptions}
-
- CPOptions = {MyPreCPlusOptions} -opt off -y "{TempFolder}" -notonce {SymbolOption} {MyCPlusOptions}
-
- all ƒ {TARGETS}
-
- "{Objects}MrC:ExampleLibrary.cl.o" ƒ {EXDEPS_00}
- {SETFILE} -m . {Targ}
-
- "{Objects}MrC:ExampleLibrary.o" ƒ {OBJS_01} {LIBS_01}
- If {Progress}; Echo "∂t∂tCreating Library {Targ}"; End
- {LIB} {LIBOPTS} -o {Targ} {OBJS_01} {LIBS_01}
-
- "{Objects}MrC:ExampleLibrarySymbols.cp.o" ƒ {EXDEPS_02}
- If {Progress}; Echo " Compiling ExampleLibrarySymbols.cp"; End; ∂
- {CPlus} "{Sources}"ExampleLibrarySymbols.cp ∂
- {CPOptions} -sym on,alltypes {StdCPIncludes} -o {Targ}
-
- "{Objects}MrC:ExampleLibrary.RSRC" ƒ {LIBS_03} {EXDEPS_03}
- BuildSharedLibrary -oldPPCLink -powerpc -xcoffSymfile -mrc "{Objects}MrC:ExampleLibrary.o" ∂
- {SymbolOption} -symfile "{Built}MrC:ExampleLibraryPPC.xSYM" ∂
- -preservetemps ∂
- -keepClientFiles ∂
- -logout "{SLMLibraries}MrCLibraries:ExampleLibrary.log" ∂
- -lib "{Objects}MrC:ExampleLibrary.RSRC" ∂
- -obj "{Objects}MrC:ExampleLibrary" ∂
- -clientfile "{Objects}MrC:ExampleLibrary.cl.o" ∂
- -exp "{Sources}ExampleLibrary.exp" ∂
- -i "{Sources}" ∂
- -i "{SLMInterfaces}CIncludes:" ∂
- -i "{Sources}" ∂
- "{SLMLibraries}MrCLibraries:"LibraryManagerPPC.o ∂
- "{PPCLibraries}"MrCPlusLib.o ∂
- "{PPCLibraries}"StdCLib.xcoff ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- "{PPCLibraries}"InterfaceLib.xcoff
-
- "{Built}MrC:ExampleLibraryPPC" ƒƒ {RES_04} ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{RIncludes}SysTypes.r" ∂
- "{Objects}MrC:ExampleLibrary.RSRC"
- If {Progress}; Echo "∂t∂tRezzing {Targ}"; End
- {REZ} -t libr -c OMGR -s "{Objects}MrC:" -i "{RIncludes}" ∂
- -i "{SLMInterfaces}RIncludes:" ∂
- -i "{Objects}MrC:" -o {Targ} {RES_04}
-
- "{Built}MrC:ExampleLibraryPPC" ƒƒ {RES_04} ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{RIncludes}SysTypes.r" ∂
- "{Objects}MrC:ExampleLibrary.RSRC"
- {SETFILE} -a ib {Targ}
-
- "{Objects}MrC:TestExampleClass.xcoff" ƒƒ {OBJS_05} {LIBS_05}
- If {Progress}; Echo "∂t∂tLinking {Targ}"; End
- {LINK} -w -main main -map "{Objects}MrC:TestExampleClass.map" ∂
- "{SLMLibraries}MrCLibraries:"LibraryManagerPPC.o "{PPCLibraries}"StdCLib.xcoff ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- "{PPCLibraries}"InterfaceLib.xcoff -o {Targ} ∂
- {OBJS_05} {LIBS_05}
-
- "{Objects}MrC:TestExampleClass.pef" ƒ {EXDEPS_06}
- MakePef "{Objects}MrC:"TestExampleClass.xcoff -o "{Objects}MrC:"TestExampleClass.pef ∂
- -l InterfaceLib.xcoff=InterfaceLib -l StdCLib.xcoff=StdCLib
- Duplicate -y -d "{Objects}MrC:"TestExampleClass.pef "{Built}MrC:"TestExampleClassPPC
- If "{SymbolOption}" != ""
- MakeSym -w -o "{Built}MrC:"TestExampleClassPPC.xSYM -r "{Objects}MrC:"TestExampleClass.xcoff
- {SETFILE} -c 'R2Db' -t 'MPSY' "{Built}MrC:"TestExampleClassPPC.xSYM
- End
-
- "{Built}MrC:TestExampleClassPPC" ƒƒ {RES_07} {EXDEPS_07} ∂
- "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{RIncludes}CodeFragmentTypes.r"
- If {Progress}; Echo "∂t∂tRezzing {Targ}"; End
- {REZ} -t APPL -c MOOT -s "{Objects}MrC:" -i "{RIncludes}" ∂
- -i "{SLMInterfaces}RIncludes:" ∂
- -i "{Objects}MrC:" -o {Targ} {RES_07}
-
- "{Built}MrC:TestExampleClassPPC" ƒƒ {EXDEPS_07} {RES_07} ∂
- "{RIncludes}SysTypes.r" "{RIncludes}Types.r" ∂
- "{SLMInterfaces}RIncludes:VersionResource.r" ∂
- "{RIncludes}CodeFragmentTypes.r"
- {SETFILE} -a iB {Targ}
-
- clean ƒ
- {DELETE} {DELETEOPTS} {OBJS_01} {OBJS_05}
-
- clobber ƒ clean
- {DELETE} {DELETEOPTS} {TARGETS}
-
- count ƒ
- {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
-
- files ƒ
- {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS_01} ∂
- {OBJS_05}
-
- print ƒ
- {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
-
- tags ƒ {DOT_H} {SRCS}
- {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
-
- "{Objects}MrC:ExampleClass.cp.o" ƒ ∂
- "{CIncludes}Events.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" "{CIncludes}Quickdraw.h" ∂
- "{CIncludes}QuickdrawText.h" "{CIncludes}IntlResources.h" ∂
- "{CIncludes}OSUtils.h" ∂
- "{SLMInterfaces}CIncludes:GlobalNew.h" ∂
- "{CIncludes}stddef.h" "{Sources}ExampleClass.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}string.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerUtilities.h"
-
- "{Objects}MrC:ExampleLibrarySymbols.cp.o" ƒ ∂
- "{Sources}ExampleClass.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h"
-
- "{Objects}MrC:TestExampleClass.cp.o" ƒ ∂
- "{Sources}ExampleClass.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManager.h" ∂
- "{CIncludes}stddef.h" "{CIncludes}string.h" "{CIncludes}Types.h" ∂
- "{CIncludes}ConditionalMacros.h" "{CIncludes}MixedMode.h" ∂
- "{CIncludes}Traps.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerClasses.h" ∂
- "{SLMInterfaces}CIncludes:LibraryManagerUtilities.h" ∂
- "{CIncludes}ctype.h" "{CIncludes}Events.h" "{CIncludes}Quickdraw.h" ∂
- "{CIncludes}QuickdrawText.h" "{CIncludes}IntlResources.h" ∂
- "{CIncludes}OSUtils.h"
-